home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / DATAP462.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  361 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Dataproducts LZR 2665" version 46.2
  3. *% Produced by "GETapd.ps" version 2.0 edit 47
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011245 or 011605
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(Dataproducts LZR 2665)"
  19. *PSVersion: "(46.2) 1"
  20. *NickName: "Dataproducts LZR-2665 v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "178744"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "26"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "50.0"
  82. *ScreenAngle: "54.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {dup mul exch dup mul add sqrt 1 exch sub }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *Transfer Normalized: "
  95. {
  96. mark
  97. 1.0 1.0 .86 .78 .68 .6 .44 .36 .2 .06 .04 .0
  98. counttomark
  99. dup 3 add -1 roll exch
  100. 2 sub mul dup floor cvi
  101. dup 3 1 roll sub
  102. exch dup 
  103. 3 add index exch 2 add index dup
  104. 4 1 roll
  105. sub mul add
  106. counttomark 1 add 1 roll 
  107. cleartomark
  108. } bind
  109. "
  110. *End
  111. *Transfer Normalized.Inverse: "
  112. {
  113. mark
  114. .0 .0 .04 .06 .2 .36 .44 .6 .68 .78 .86 1.0
  115. counttomark dup 3 add -1 roll exch
  116. 2 sub mul dup floor cvi
  117. dup 3 1 roll sub
  118. exch dup 
  119. 3 add index exch 2 add index dup
  120. 4 1 roll
  121. sub mul add
  122. counttomark 1 add 1 roll 
  123. cleartomark
  124. } bind
  125. "
  126. *End
  127.  
  128. *% Paper Handling ===================
  129.  
  130. *% Use these entries to set paper size most of the time, unless there is
  131. *% specific reason to use PageRegion or PaperTray.
  132. *DefaultPageSize: Letter
  133. *PageSize Letter: "statusdict begin lettertray end"
  134. *PageSize Legal: "statusdict begin legaltray end"
  135. *PageSize Ledger: "statusdict begin ledgertray end"
  136. *PageSize Statement: "statusdict begin statementtray end"
  137. *PageSize Tabloid: "statusdict begin 11x17tray end"
  138. *PageSize A3: "statusdict begin a3tray end"
  139. *PageSize A4: "statusdict begin a4tray end"
  140. *PageSize A5: "statusdict begin a5tray end"
  141. *PageSize B4: "statusdict begin b4tray end"
  142. *PageSize B5: "statusdict begin b5tray end"
  143.  
  144. *% These entries will set up the frame buffer. Usually used with manual feed.
  145. *DefaultPageRegion: Letter
  146. *PageRegion Letter: "letter"
  147. *PageRegion Letter.Transverse: "letterR"
  148. *PageRegion Legal: "legal"
  149. *PageRegion Ledger: "ledger"
  150. *PageRegion Tabloid: "11x17"
  151. *PageRegion A3: "a3"
  152. *PageRegion A4: "a4"
  153. *PageRegion A4.Transverse: "a4R"
  154. *PageRegion A5: "a5"
  155. *PageRegion B4: "b4"
  156. *PageRegion B5: "b5"
  157. *PageRegion B5.Transverse: "b5R"
  158. *PageRegion Statement: "statement"
  159.  
  160. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  161. *% These errors should be trapped by software and a message displayed
  162. *DefaultPaperTray: None
  163. *PaperTray Letter: "statusdict begin lettertray end"
  164. *PaperTray Legal: "statusdict begin legaltray end"
  165. *PaperTray Ledger: "statusdict begin ledgertray end"
  166. *PaperTray Statement: "statusdict begin statementtray end"
  167. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  168. *PaperTray A3: "statusdict begin a3tray end"
  169. *PaperTray A4: "statusdict begin a4tray end"
  170. *PaperTray A5: "statusdict begin a5tray end"
  171. *PaperTray B4: "statusdict begin b4tray end"
  172. *PaperTray B5: "statusdict begin b5tray end"
  173.  
  174. *% The following entries provide information about specific paper keywords.
  175. *DefaultImageableArea: Letter
  176. *ImageableArea Letter: "20 16 591 775 "
  177. *ImageableArea Letter.Transverse: "18 19 593 773 "
  178. *ImageableArea Legal: "18 19 593 990 "
  179. *ImageableArea Ledger: "18 16 1205 775 "
  180. *ImageableArea Tabloid: "16 19 775 1206 "
  181. *ImageableArea A3: "18 21 823 1170 "
  182. *ImageableArea A4: "18 18 576 823 "
  183. *ImageableArea A4.Transverse: "18 19 577 823 "
  184. *ImageableArea A5: "18 19 401 577 "
  185. *ImageableArea B4: "19 15 709 1017 "
  186. *ImageableArea B5: "20 19 495 709 "
  187. *ImageableArea B5.Transverse: "20 19 495 709 "
  188. *ImageableArea Statement: "22 19 374 594 "
  189. *?ImageableArea: "
  190.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  191.   newpath clippath pathbbox
  192.   4 -2 roll exch 2 {ceiling cvp} repeat
  193.   exch 2 {floor cvp} repeat flush
  194.  restore
  195. "
  196. *End
  197.  
  198. *% These provide the physical dimensions of the paper (by keyword)
  199. *DefaultPaperDimension: Letter
  200. *PaperDimension Letter: "612 792"
  201. *PaperDimension Letter.Transverse: "792 612"
  202. *PaperDimension Legal: "612 1008"
  203. *PaperDimension Ledger: "1224 792"
  204. *PaperDimension Tabloid: "792 1224"
  205. *PaperDimension A3: "842 1190"
  206. *PaperDimension A4: "595 842"
  207. *PaperDimension A4.Transverse: "842 595"
  208. *PaperDimension A5: "420 595"
  209. *PaperDimension B4: "729 1032"
  210. *PaperDimension B5: "516 729"
  211. *PaperDimension B5.Transverse: "729 516"
  212. *PaperDimension Statement: "396 612"
  213.  
  214. *DefaultOutputBin: Upper
  215. *DefaultInputSlot: Lower
  216. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  217. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  218. *?InputSlot: "
  219.  save statusdict begin
  220.   4 dict begin
  221.    /0 (Upper) def
  222.    /1 (Lower) def
  223.    papertray {( ) cvs cvn load exec} stopped not {= flush} if
  224.   end
  225.  end restore
  226. "
  227. *End
  228.  
  229. *DefaultManualFeed: False
  230. *?ManualFeed: "statusdict /manualfeed get
  231.  {(True)}{(False)}ifelse = flush"
  232. *End
  233. *ManualFeed True: "statusdict begin /manualfeed true store end"
  234. *ManualFeed False: "statusdict begin /manualfeed false store end"
  235.  
  236. *DefaultOutputOrder: Reverse
  237.  
  238. *DefaultCollator: None
  239. *DefaultSorter: None
  240. *DefaultDuplex: None
  241.  
  242. *% Font Information =====================
  243.  
  244. *DefaultFont: Courier
  245. *Font Courier: Standard "(001.001)"
  246. *Font Courier-Bold: Standard "(001.001)"
  247. *Font Courier-BoldOblique: Standard "(001.001)"
  248. *Font Courier-Oblique: Standard "(001.001)"
  249. *Font Helvetica: Standard "(001.001)"
  250. *Font Helvetica-Bold: Standard "(001.001)"
  251. *Font Helvetica-BoldOblique: Standard "(001.001)"
  252. *Font Helvetica-Oblique: Standard "(001.001)"
  253. *Font Symbol: Special "(001.001)"
  254. *Font Times-Bold: Standard "(001.001)"
  255. *Font Times-BoldItalic: Standard "(001.001)"
  256. *Font Times-Italic: Standard "(001.001)"
  257. *Font Times-Roman: Standard "(001.001)"
  258. *?FontQuery: "
  259. save  2 dict begin /sv exch def
  260. /str 128 string def
  261. {
  262.   count 0 gt {
  263.     dup str cvs (/) print print (:) print    
  264.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  265.   }{ exit } ifelse
  266. } bind loop
  267. (*) = flush
  268. sv end restore
  269. "
  270. *End
  271.  
  272. *?FontList: "
  273. FontDirectory { pop == } bind forall flush 
  274. (*) = flush
  275. "
  276. *End
  277.  
  278. *% Printer Messages (verbatim from printer):
  279. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  280. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  281. *Message: "\FontName\ not found, using Courier"
  282.  
  283. *% Status (format: %%[ status: <one of these> ]%% )
  284. *Status: "idle"
  285. *Status: "busy"
  286. *Status: "waiting"
  287. *Status: "printing"
  288. *Status: "warming up"
  289. *Status: "PrinterError: BD check"
  290. *Status: "PrinterError: Paper jam"
  291. *Status: "PrinterError: Replace toner bag"
  292. *Status: "PrinterError: Warming up"
  293. *Status: "PrinterError: Timing error"
  294. *Status: "PrinterError: Fuser check"
  295. *Status: "PrinterError: Cover opened"
  296. *Status: "PrinterError: Toner empty"
  297. *Status: "PrinterError: Empty & reset output bin(s)"
  298. *Status: "PrinterError: Sorter or jogger error"
  299. *Status: "PrinterError: Scanner check"
  300.  
  301. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  302. *Source: "serial9"
  303. *Source: "serial25"
  304. *Source: "AppleTalk"
  305. *Source: "Centronics"
  306.  
  307. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  308. *PrinterError: "BD check"
  309. *PrinterError: "Paper jam"
  310. *PrinterError: "Replace toner bag"
  311. *PrinterError: "Warming up"
  312. *PrinterError: "Timing error"
  313. *PrinterError: "Fuser check"
  314. *PrinterError: "Cover opened"
  315. *PrinterError: "Toner empty"
  316. *PrinterError: "Empty & reset output bin(s)"
  317. *PrinterError: "Sorter or jogger error"
  318. *PrinterError: "Scanner check"
  319.  
  320. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  321.  
  322. *% Color Separation Information =====================
  323.  
  324. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  325.  
  326. *InkName: ProcessBlack/Process Black
  327. *InkName: CustomColor/Custom Color
  328. *InkName: ProcessCyan/Process Cyan
  329. *InkName: ProcessMagenta/Process Magenta
  330. *InkName: ProcessYellow/Process Yellow
  331.  
  332. *% For 60 lpi / 300 dpi =====================================================
  333.  
  334. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  335. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  337. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  338. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  339.  
  340. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  341. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345.  
  346. *% For 53 lpi / 300 dpi =====================================================
  347.  
  348. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  349. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  351. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  352. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  355. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  357. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  359.  
  360. *% end of PPD file for Dataproducts LZR 2665
  361.